Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly declare default goals in Makefiles #924

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Conversation

mbarnes
Copy link
Collaborator

@mbarnes mbarnes commented Dec 4, 2024

What this PR does

setup-env.mk is now included before the "frontend" or "backend" goal is defined in frontend/Makefile and backend/Makefile respectively, and because we were not explicitly naming those as the default goal, the 1st goal in setup-env.mk became the implicit default goal.

Matthew Barnes added 2 commits December 4, 2024 08:57
setup-env.mk is included before the "frontend" goal is defined and
because we were not explicitly naming it as the default goal, the
1st goal in setup-env.mk became the implicit default goal.
setup-env.mk is included before the "backend" goal is defined and
because we were not explicitly naming it as the default goal, the
1st goal in setup-env.mk became the implicit default goal.
@mbarnes mbarnes enabled auto-merge December 4, 2024 21:27
@mbarnes mbarnes merged commit bae57b9 into main Dec 5, 2024
15 checks passed
@mbarnes mbarnes deleted the default-make-goals branch December 5, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants